home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_16653.txt < prev    next >
Text File  |  1990-08-07  |  2KB  |  68 lines

  1. -- card: 16653 from stack: in.0-2
  2. -- bmap block id: 17248
  3. -- flags: 0000
  4. -- background id: 15301
  5. -- name: animations.1
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide cd fld "info"
  9. end closeCard
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 2000
  15. -- rect: left=204 top=199 right=242 bottom=254
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: animateStudio/1
  24. ----- HyperTalk script -----
  25. -- This handler plays a Studio1 animation.
  26. on mouseUp
  27.   set cursor to none
  28.   lock screen
  29.   hide cd fld "info"
  30.   unlock screen with wipe right
  31.   Studio1 Open, "animation1", "‚Ä¢HC 2.0-Anim1"
  32.   Studio1 Play,animation1,thisRect
  33.   Studio1 Close,animation1
  34.   lock screen
  35.   show cd fld "info"
  36.   unlock screen with wipe right
  37.   choose browse tool
  38. end mouseUp
  39.  
  40.  
  41.  
  42.  
  43. -- part 2 (field)
  44. -- low flags: 81
  45. -- high flags: 0000
  46. -- rect: left=63 top=258 right=300 bottom=408
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 0
  50. -- font id: 174
  51. -- text size: 14
  52. -- style flags: 0
  53. -- line height: 15
  54. -- part name: Info
  55.  
  56.  
  57. -- part contents for background part 1
  58. ----- text -----
  59.  
  60. You‚Äôve already seen several animations in this Product Training, all made with the tools HyperCard provides. There are, however, third-party programs made just to create animations, that allow for more sophisticated actions. Click on the button below to see a sample.
  61.  
  62.  
  63.  
  64.  
  65.  
  66. -- part contents for card part 2
  67. ----- text -----
  68. Click the close box or outside this window when you are finished viewing this animation.